Module 7 Conditional Execution and Code Tracing
-
Name and recognize symbols for Matlab's conditional operators: relational (
== ~= < <= >= >
) and logical (~ & && | ||
)
-
Know conditional operator precedence rules
-
Know what an algorithm is
-
State syntax for
while
loop.
-
State syntax for
load
to read data from file into a Matlab program.
-
Explain types and cures of common conditional loop errors.
-
Understand and explain what program input is as compared with input parameters to a function.
-
Understand and explain the difference between input from a user and input from a file.
-
Be able to correctly evaluate the results of conditional expressions.
-
Trace Program Execution by hand.
-
Accept program input from a data file and use in a program.